diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 11:51:30 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 11:51:30 +0000 |
commit | 9b9a412286efca8257d18175941b6370115445d6 (patch) | |
tree | a0e0d4c08cab2e11fb06defb4d98601e071641f0 /lisp/follow.el | |
parent | a7d51a21fbd78c6947e05f703ef2720bef556dee (diff) | |
download | emacs-9b9a412286efca8257d18175941b6370115445d6.tar.gz |
*** empty log message ***
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 ea5bf960dd9..e251d4c7b3c 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -300,7 +300,7 @@ ;; above for an example of how to bind the keys the way you like. ;; ;; Please note that the keymap is defined the first time this file is -;; loaded. Also note that the only legal way to manipulate the +;; loaded. Also note that the only valid way to manipulate the ;; keymap is to use `define-key'. Don't change it using `setq' or ;; similar! |