From 78290f509ed6ab5f52ffb02469b5e6bd548ce740 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 25 Apr 2007 05:46:33 +0000 Subject: [PATCH] Yavor Doganov (tiny change) Escape some minus signs. --- etc/ChangeLog | 4 ++-- etc/emacs.1 | 2 +- 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 +2007-04-25 Yavor Doganov (tiny change) - * emacs.py: File removed due to unclear legal issues. + * emacs.1, etags.1: Escape some minus signs. 2007-04-22 Glenn Morris 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 -- 2.39.5