aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-04-25 05:46:33 +0000
committerGlenn Morris2007-04-25 05:46:33 +0000
commit78290f509ed6ab5f52ffb02469b5e6bd548ce740 (patch)
tree636a91a4a84606c823e169a6dd5b305942e10218
parent1b392547755a994832bab4c76751f9602624242c (diff)
downloademacs-78290f509ed6ab5f52ffb02469b5e6bd548ce740.tar.gz
emacs-78290f509ed6ab5f52ffb02469b5e6bd548ce740.zip
Yavor Doganov <yavor at gnu.org> (tiny change)
Escape some minus signs.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/emacs.12
-rw-r--r--etc/etags.12
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 @@
12007-04-24 Chong Yidong <cyd@stupidchicken.com> 12007-04-25 Yavor Doganov <yavor@gnu.org> (tiny change)
2 2
3 * emacs.py: File removed due to unclear legal issues. 3 * emacs.1, etags.1: Escape some minus signs.
4 4
52007-04-22 Glenn Morris <rgm@gnu.org> 52007-04-22 Glenn Morris <rgm@gnu.org>
6 6
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:
157.TP 8 157.TP 8
158.BI \-batch 158.BI \-batch
159Edit in batch mode. The editor will send messages to stderr. This 159Edit in batch mode. The editor will send messages to stderr. This
160option must be the first in the argument list. You must use -l and -f 160option must be the first in the argument list. You must use \-l and \-f
161options to specify files to execute and functions to call. 161options to specify files to execute and functions to call.
162.TP 162.TP
163.B \-kill 163.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):
224 224
225.br 225.br
226A regexp can be preceded by {\fIlang\fP}, thus restricting it to match 226A regexp can be preceded by {\fIlang\fP}, thus restricting it to match
227lines of files of the specified language. Use \fBetags --help\fP to obtain 227lines of files of the specified language. Use \fBetags \-\-help\fP to obtain
228a list of the recognised languages. This feature is particularly useful inside 228a list of the recognised languages. This feature is particularly useful inside
229\fBregex files\fP. A regex file contains one regex per line. Empty lines, 229\fBregex files\fP. A regex file contains one regex per line. Empty lines,
230and those lines beginning with space or tab are ignored. Lines beginning 230and those lines beginning with space or tab are ignored. Lines beginning