aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJuanma Barranquero2008-11-17 02:24:16 +0000
committerJuanma Barranquero2008-11-17 02:24:16 +0000
commit062552e7309fe1932a2dd53046ddd831387615cd (patch)
tree640b603b5b42df6a6bd37db8f0951515bb997593 /lisp/emulation
parent5626c14e8d23a69a372a8f2af36eb9328008fdf3 (diff)
downloademacs-062552e7309fe1932a2dd53046ddd831387615cd.tar.gz
emacs-062552e7309fe1932a2dd53046ddd831387615cd.zip
* 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.el2
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."
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.
939Minor modes that have their own keymaps may overshadow Viper keymaps. 939Minor modes that have their own keymaps may overshadow Viper keymaps.
940This function is designed to make Viper aware of the packages that define 940This function is designed to make Viper aware of the packages that define
941such minor modes. 941such minor modes.