diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-11-17 02:24:16 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-11-17 02:24:16 +0000 |
commit | 062552e7309fe1932a2dd53046ddd831387615cd (patch) | |
tree | 640b603b5b42df6a6bd37db8f0951515bb997593 /lisp/emulation | |
parent | 5626c14e8d23a69a372a8f2af36eb9328008fdf3 (diff) | |
download | emacs-062552e7309fe1932a2dd53046ddd831387615cd.tar.gz |
* emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
* org/org.el (org-time-string-to-absolute, org-small-year-to-year)
(org-tags-sparse-tree): Fix typos in docstrings.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 2e9449c513f..a6e7339e9fc 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -935,7 +935,7 @@ Similar to viper-escape-to-emacs, but accepts forms rather than keystrokes." ;; bindings. By letting Viper know which files these modes are in, it will ;; arrange to reorganize minor-mode-map-alist so that things will work right. (defun viper-harness-minor-mode (load-file) - "Familiarize Viper with a minor mode defined in LOAD_FILE. + "Familiarize Viper with a minor mode defined in LOAD-FILE. Minor modes that have their own keymaps may overshadow Viper keymaps. This function is designed to make Viper aware of the packages that define such minor modes. |