diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-12 15:58:30 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-12 15:58:30 +0000 |
commit | 836310f61278c2e99a8b620b9c2bb5217f62dcb0 (patch) | |
tree | b5f4f3d61ee6de30cb8abe0746865e40cc1fbd6a /etc | |
parent | 02ec0d4bfef515d2d5ae302a55e330facf1f1676 (diff) | |
download | emacs-836310f61278c2e99a8b620b9c2bb5217f62dcb0.tar.gz |
Fix typo.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ONEWS | 5 | ||||
-rw-r--r-- | etc/ledit.l | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/etc/ONEWS b/etc/ONEWS index 5b03b80ef63..762ad6f1c78 100644 --- a/etc/ONEWS +++ b/etc/ONEWS @@ -1029,7 +1029,7 @@ your working file with the latest version from the master. *** RCS customization. There is a new variable vc-consult-headers. If it is t (the default), -VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.4 2000/11/20 16:15:34 gerd Exp $') and +VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.5 2001/01/31 15:19:32 gerd Exp $') and determines the state of the file from them, not from the master file. This is fast and more reliable when you use branches. (The variable was already present in Emacs 19.29, but didn't get mentioned in the @@ -4739,8 +4739,7 @@ Emacs searches for X resources The paths in the variables XFILESEARCHPATH, XUSERFILESEARCHPATH, and XAPPLRESDIR may contain %-escapes (like the control strings passed to -the the Emacs lisp `format' function or C printf function), which -Emacs expands. +the Emacs lisp `format' function or C printf function), which Emacs expands. %N is replaced by the string "Emacs" wherever it occurs. %T is replaced by "app-defaults" wherever it occurs. diff --git a/etc/ledit.l b/etc/ledit.l index a66d1c321ea..37f8fcbb15f 100644 --- a/etc/ledit.l +++ b/etc/ledit.l @@ -98,7 +98,7 @@ ;;; Liszt returns 0 if all was well. ;;; Note that in ordinary use the user will have to get used to looking ;;; at "%Warning: ... Compiler declared *foo* special" messages, since -;;; you don't usually want to hunt around in your file, zap in the the +;;; you don't usually want to hunt around in your file, zap in the ;;; declarations, then go back to what you were doing. ;;; Fortunately this doesn't cause the compiler to bomb. ;;; Some sleepless night I will think of a way to get around this. |