aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f8b21ebc19..74512fa697 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,6 +1,6 @@
-2007-04-24 Chong Yidong <[email protected]>
+2007-04-25 Yavor Doganov <[email protected]> (tiny change)
- * emacs.py: File removed due to unclear legal issues.
+ * emacs.1, etags.1: Escape some minus signs.
2007-04-22 Glenn Morris <[email protected]>
diff --git a/etc/emacs.1 b/etc/emacs.1
index 7d90d5a441..b524084749 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 561ba55e5c..04b67f389f 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