diff lisp/emulation/viper-cmd.el @ 99655:700e59a3b82f

* 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.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 17 Nov 2008 02:24:16 +0000
parents eb7532b56b78
children 125a6fd7c956
line wrap: on
line diff
--- a/lisp/emulation/viper-cmd.el	Mon Nov 17 01:54:02 2008 +0000
+++ b/lisp/emulation/viper-cmd.el	Mon Nov 17 02:24:16 2008 +0000
@@ -935,7 +935,7 @@
 ;; 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.