* w32-fns.el (w32-shell-dos-semantics):
* calendar/diary-lib.el (diary-face-attrs): * international/mule-cmds.el (set-default-coding-systems) (prefer-coding-system): * net/tramp.el (tramp-set-completion-function): * progmodes/vhdl-mode.el (vhdl-file-header): * term/pc-win.el (msdos-show-help): Fix typos in docstrings. * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value. * files.el (enable-local-eval, not-modified, kill-buffer-ask) (kill-matching-buffers, save-buffers-kill-emacs) (save-buffers-kill-terminal): Fix typos in docstrings. (switch-to-buffer-other-window): Reflow docstring. (revert-buffer): Doc fix. (define-project-bindings): Rename arg LIST to SETTINGS. (project-find-settings-file): Use `let', not `let*'. Use `when'.
This commit is contained in:
parent
55fb428628
commit
8fc29035f3
12 changed files with 60 additions and 33 deletions
|
@ -259,7 +259,7 @@ are fixed-pitch."
|
|||
"The content of the echo area before help echo was displayed.")
|
||||
|
||||
(defun msdos-show-help (help)
|
||||
"Function installed as `show-help-function' on MSDOS frames."
|
||||
"Function installed as `show-help-function' on MS-DOS frames."
|
||||
(when (and (not (window-minibuffer-p)) ;Don't overwrite minibuffer contents.
|
||||
;; Don't know how to reproduce it in Elisp:
|
||||
;; Don't overwrite a keystroke echo.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue