comparison 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
comparison
equal deleted inserted replaced
99654:ade78ac09095 99655:700e59a3b82f
933 933
934 ;; This is needed because minor modes sometimes override essential Viper 934 ;; This is needed because minor modes sometimes override essential Viper
935 ;; bindings. By letting Viper know which files these modes are in, it will 935 ;; bindings. By letting Viper know which files these modes are in, it will
936 ;; arrange to reorganize minor-mode-map-alist so that things will work right. 936 ;; arrange to reorganize minor-mode-map-alist so that things will work right.
937 (defun viper-harness-minor-mode (load-file) 937 (defun viper-harness-minor-mode (load-file)
938 "Familiarize Viper with a minor mode defined in LOAD_FILE. 938 "Familiarize Viper with a minor mode defined in LOAD-FILE.
939 Minor modes that have their own keymaps may overshadow Viper keymaps. 939 Minor modes that have their own keymaps may overshadow Viper keymaps.
940 This function is designed to make Viper aware of the packages that define 940 This function is designed to make Viper aware of the packages that define
941 such minor modes. 941 such minor modes.
942 Usage: 942 Usage:
943 (viper-harness-minor-mode load-file) 943 (viper-harness-minor-mode load-file)