diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-09-23 13:35:55 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-02 13:29:45 +0200 |
commit | 78eacf31e8fe182801ad1943fac717b75fcf286b (patch) | |
tree | 38da2670157302d3663dbee6f1a708dea50a925b /lisp/follow.el | |
parent | d5d12707d639261a10726fcca992ba9e538be671 (diff) | |
download | emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.tar.gz emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.tar.bz2 emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.zip |
; Fix many typos in symbols in docs and comments
Diffstat (limited to 'lisp/follow.el')
-rw-r--r-- | lisp/follow.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/follow.el b/lisp/follow.el index d499da7a8dc..f1d823d9f03 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -113,7 +113,7 @@ ;; whatever you would like to do. These functions are then added to ;; a hook. ;; -;; The keymap `follow-key-map' contains key bindings activated by +;; The keymap `follow-mode-map' contains key bindings activated by ;; `follow-mode'. ;; ;; Example: @@ -356,7 +356,7 @@ property `follow-mode-use-cache' to non-nil.") Used by `follow-window-size-change'.") (defvar follow-windows-start-end-cache nil - "Cache used by `follow-window-start-end'.") + "Cache used by `follow-window-start' and `follow-window-end'.") (defvar follow-fixed-window nil "If non-nil, the current window must not be scrolled. |