1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* speedbar.el (speedbar-item-delete):

* calc/calc-prog.el (calc-kbd-if):
* language/hanja-util.el (hanja-init-load): Fix typos in messages.

* epa.el (epa-key-list-mode-map):
* hi-lock.el (hi-lock-menu): Fix typos in menus.

* progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
(hs-show-hook): Fix typo in docstring.
This commit is contained in:
Juanma Barranquero 2009-09-29 02:26:20 +00:00
parent 0577a4301d
commit d88444f292
7 changed files with 20 additions and 8 deletions

View file

@ -1209,7 +1209,7 @@ Redefine the corresponding command."
(calc-pop-stack 1)
(if (math-is-true cond)
(if defining-kbd-macro
(message "If true.."))
(message "If true..."))
(if defining-kbd-macro
(message "Condition is false; skipping to Z: or Z] ..."))
(calc-kbd-skip-to-else-if t)))))