]> git.eshelyaron.com Git - emacs.git/commitdiff
(vcursor-toggle-vcursor-map): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:41:21 +0000 (09:41 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:41:21 +0000 (09:41 +0000)
lisp/ChangeLog
lisp/vcursor.el

index 19eab30abafdf2bd3521b1022539e80f0d86715d..d85a164adbdeb282f2a58f2f7fd1b75feb4f303e 100644 (file)
@@ -1,7 +1,60 @@
+2002-09-06  Juanma Barranquero  <lektu@terra.es>
+
+       * calendar/solar.el (calendar-time-display-form): Fix spacing.
+
+       * double.el (double-prefix-only): Likewise.
+
+       * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
+
+       * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
+
+       * emacs-lisp/float.el (string-to-float): Likewise.
+
+       * emacs-lisp/rx.el (rx): Likewise.
+
+       * faces.el (copy-face): Likewise.
+
+       * hilit-chg.el (highlight-changes-colours)
+       (highlight-changes-active-string)
+       (highlight-changes-passive-string)
+       (highlight-changes-global-modes, hilit-chg-hide-changes)
+       (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
+
+       * international/mule.el (decode-char): Likewise.
+
+       * international/ucs-tables.el (decode-char): Likewise.
+
+       * progmodes/idlwave.el (idlwave-support-inheritance)
+       (idlwave-routine-entry-compare): Likewise.
+
+       * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
+       Likewise.
+
+       * progmodes/pascal.el (pascal-start-keywords): Likewise.
+
+       * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
+       Likewise.
+
+       * progmodes/vhdl-mode.el (vhdl-progress-interval)
+       (vhdl-corresponding-begin): Likewise.
+
+       * ps-mule.el (ps-multibyte-buffer): Likewise.
+
+       * speedbar.el (speedbar-mode): Likewise.
+
+       * textmodes/fill.el (fill-nonuniform-paragraphs)
+       (fill-individual-paragraphs): Likewise.
+
+       * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
+
+       * textmodes/reftex-vars.el (reftex-multiref-punctuation): Likewise.
+
+       * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
+
 2002-09-05  Richard M. Stallman  <rms@gnu.org>
 
-       * international/ucs-tables.el (non-885 char sets handling):
-       Don't call coding-system-put or register-char-codings.
+       * international/ucs-tables.el (non-885 char sets handling): Don't call
+       coding-system-put or register-char-codings.
 
        * help.el (help-with-tutorial): Allow various ways
        to specify the text in the [...] line, in handling the <...> line.
index 492d660b3a28fef3edeaf7a921e079faa041d2cd..25de4aa603e65e428bf930ec964cfe70a3b7b896 100644 (file)
@@ -1124,7 +1124,7 @@ line is treated like ordinary characters."
 (defun vcursor-toggle-vcursor-map (&optional force noredisp)
   "Toggle the state of the vcursor key map.
 When on, the keys defined in it are mapped directly on top of the main
-keymap,  allowing you to move the vcursor with ordinary motion keys.
+keymap, allowing you to move the vcursor with ordinary motion keys.
 An indication \"!VC\" appears in the mode list.  The effect is
 local to the current buffer.
 With prefix FORCE, turn on, or off if it is 0.