diff options
author | Glenn Morris <rgm@gnu.org> | 2017-10-27 20:45:23 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-10-27 20:45:23 -0400 |
commit | 50f711e7fab149d11da8c5caa61ee0b5e6c89bf1 (patch) | |
tree | df02b502fe92e13d428b9f6c6738794f612beffd /lisp/follow.el | |
parent | 8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c (diff) | |
download | emacs-50f711e7fab149d11da8c5caa61ee0b5e6c89bf1.tar.gz emacs-50f711e7fab149d11da8c5caa61ee0b5e6c89bf1.tar.bz2 emacs-50f711e7fab149d11da8c5caa61ee0b5e6c89bf1.zip |
Fix some duplicate words typos
* lisp/erc/erc.el (erc-hide-current-message-p):
* lisp/progmodes/flymake-proc.el (flymake-proc-diagnostic-type-pred):
* doc/lispref/display.texi (Bidirectional Display, Delayed Warnings):
* doc/lispref/functions.texi (Defining Functions):
* doc/lispref/os.texi (Terminal-Specific):
* doc/misc/sem-user.texi (Analyzer Debug):
* doc/misc/srecode.texi (Special Variables): Fix typos.
Diffstat (limited to 'lisp/follow.el')
-rw-r--r-- | lisp/follow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/follow.el b/lisp/follow.el index 761513bae36..4893cad3fdc 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -1117,7 +1117,7 @@ Otherwise, return nil." ;;; Redisplay ;; Redraw all the windows on the screen, starting with the top window. -;; The window used as as marker is WIN, or the selected window if WIN +;; The window used as marker is WIN, or the selected window if WIN ;; is nil. Start every window directly after the end of the previous ;; window, to make sure long lines are displayed correctly. |