diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-25 05:46:33 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-25 05:46:33 +0000 |
commit | 78290f509ed6ab5f52ffb02469b5e6bd548ce740 (patch) | |
tree | 636a91a4a84606c823e169a6dd5b305942e10218 /etc | |
parent | 1b392547755a994832bab4c76751f9602624242c (diff) | |
download | emacs-78290f509ed6ab5f52ffb02469b5e6bd548ce740.tar.gz |
Yavor Doganov <yavor at gnu.org> (tiny change)
Escape some minus signs.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/emacs.1 | 2 | ||||
-rw-r--r-- | etc/etags.1 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index f8b21ebc19a..74512fa6979 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,6 +1,6 @@ -2007-04-24 Chong Yidong <cyd@stupidchicken.com> +2007-04-25 Yavor Doganov <yavor@gnu.org> (tiny change) - * emacs.py: File removed due to unclear legal issues. + * emacs.1, etags.1: Escape some minus signs. 2007-04-22 Glenn Morris <rgm@gnu.org> diff --git a/etc/emacs.1 b/etc/emacs.1 index 7d90d5a4410..b5240847498 100644 --- a/etc/emacs.1 +++ b/etc/emacs.1 @@ -157,7 +157,7 @@ as a batch editor: .TP 8 .BI \-batch Edit in batch mode. The editor will send messages to stderr. This -option must be the first in the argument list. You must use -l and -f +option must be the first in the argument list. You must use \-l and \-f options to specify files to execute and functions to call. .TP .B \-kill diff --git a/etc/etags.1 b/etc/etags.1 index 561ba55e5c1..04b67f389f4 100644 --- a/etc/etags.1 +++ b/etc/etags.1 @@ -224,7 +224,7 @@ Tag TCL files (this last example shows the usage of a \fItagregexp\fP): .br A regexp can be preceded by {\fIlang\fP}, thus restricting it to match -lines of files of the specified language. Use \fBetags --help\fP to obtain +lines of files of the specified language. Use \fBetags \-\-help\fP to obtain a list of the recognised languages. This feature is particularly useful inside \fBregex files\fP. A regex file contains one regex per line. Empty lines, and those lines beginning with space or tab are ignored. Lines beginning |