# HG changeset patch # User Pavel Jank # Date 1010851110 0 # Node ID 19880a4faa735219d05890ab3c40999822022fe7 # Parent b8fccbdef14bfce2aff1f97fe1ae0ff08367d585 Fix typo. diff -r b8fccbdef14b -r 19880a4faa73 etc/ONEWS --- a/etc/ONEWS Sat Jan 12 13:28:48 2002 +0000 +++ b/etc/ONEWS Sat Jan 12 15:58:30 2002 +0000 @@ -1029,7 +1029,7 @@ *** 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 @@ 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 -r b8fccbdef14b -r 19880a4faa73 etc/ledit.l --- a/etc/ledit.l Sat Jan 12 13:28:48 2002 +0000 +++ b/etc/ledit.l Sat Jan 12 15:58:30 2002 +0000 @@ -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. diff -r b8fccbdef14b -r 19880a4faa73 lisp/ChangeLog.3 --- a/lisp/ChangeLog.3 Sat Jan 12 13:28:48 2002 +0000 +++ b/lisp/ChangeLog.3 Sat Jan 12 15:58:30 2002 +0000 @@ -8483,7 +8483,7 @@ * bibtex.el (bibtex-clean-entry-zap-empty-opts): added. * bibtex.el (bibtex-include-OPTcrossref): added. If set, changes - order of the the lists presented to luser. + order of the lists presented to luser. * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote): added diff -r b8fccbdef14b -r 19880a4faa73 lisp/ChangeLog.7 --- a/lisp/ChangeLog.7 Sat Jan 12 13:28:48 2002 +0000 +++ b/lisp/ChangeLog.7 Sat Jan 12 15:58:30 2002 +0000 @@ -20416,7 +20416,7 @@ 1997-02-07 Richard Stallman * rmailsort.el (rmail-sort-messages): Preserve point - with respect to the the current message. + with respect to the current message. 1997-02-06 Richard Stallman diff -r b8fccbdef14b -r 19880a4faa73 lisp/ChangeLog.8 --- a/lisp/ChangeLog.8 Sat Jan 12 13:28:48 2002 +0000 +++ b/lisp/ChangeLog.8 Sat Jan 12 15:58:30 2002 +0000 @@ -10005,7 +10005,7 @@ (speedbar-mode): Set buffer to read only. (speedbar-temp-buffer-show-function): For emacs don't call hook with arguments. - (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. + (speedbar-stealthy-updates): Do all updates w/ the buffer writable. 1998-08-19 Dan Nicolaescu diff -r b8fccbdef14b -r 19880a4faa73 lispref/ChangeLog --- a/lispref/ChangeLog Sat Jan 12 13:28:48 2002 +0000 +++ b/lispref/ChangeLog Sat Jan 12 15:58:30 2002 +0000 @@ -78,7 +78,7 @@ * Makefile.in (VERSION): Set to 2.8. (manual): Use `manual-21'. - * elisp.texi (VERSION): Add and use it where the the version + * elisp.texi (VERSION): Add and use it where the version number was used. Set it to 2.8. * intro.texi: Likewise. diff -r b8fccbdef14b -r 19880a4faa73 mac/src/macterm.c --- a/mac/src/macterm.c Sat Jan 12 13:28:48 2002 +0000 +++ b/mac/src/macterm.c Sat Jan 12 15:58:30 2002 +0000 @@ -2145,9 +2145,9 @@ 4. `:height HEIGHT' specifies that the height of the stretch produced should be HEIGHT, measured in canonical character units. - 5. `:relative-height FACTOR' specifies that the height of the the - stretch should be FACTOR times the height of the characters having - the glyph property. + 5. `:relative-height FACTOR' specifies that the height of the stretch + should be FACTOR times the height of the characters having the glyph + property. Either none or exactly one of 4 or 5 must be present. @@ -11737,7 +11737,7 @@ #endif /* These few functions implement Emacs as a normal Mac application - (almost): set up the the heap and the Toolbox, handle necessary + (almost): set up the heap and the Toolbox, handle necessary system events plus a few simple menu events. They also set up Emacs's access to functions defined in the rest of this file. Emacs uses function hooks to perform all its terminal I/O. A diff -r b8fccbdef14b -r 19880a4faa73 man/faq.texi --- a/man/faq.texi Sat Jan 12 13:28:48 2002 +0000 +++ b/man/faq.texi Sat Jan 12 15:58:30 2002 +0000 @@ -4718,7 +4718,7 @@ those modes which bind @key{DEL} to @code{delete-backward-char}. Modes which bind @key{DEL} to something else, such as @code{view-mode}, will not work as you expect when you press the @key{Backspace} key. For this -reason, we recommend the the @code{keyboard-translate} method, shown +reason, we recommend the @code{keyboard-translate} method, shown above. Other popular key bindings for help are @kbd{M-?} and @kbd{C-x ?}. diff -r b8fccbdef14b -r 19880a4faa73 src/ChangeLog.7 --- a/src/ChangeLog.7 Sat Jan 12 13:28:48 2002 +0000 +++ b/src/ChangeLog.7 Sat Jan 12 15:58:30 2002 +0000 @@ -1528,7 +1528,7 @@ * lread.c (Fload): Rename dosmode to fmode and use it on all platforms. Avoid calling fdopen only for WINDOWSNT, use fdopen - for the the MSDOS version. + for the MSDOS version. (read1): Avoid recording doc strings positions only for WINDOWSNT, not for MSDOS.