]> git.eshelyaron.com Git - emacs.git/commit
Capitalize "Dired" and "Lisp" in docstrings
authorStefan Kangas <stefankangas@gmail.com>
Tue, 9 Jul 2024 22:26:22 +0000 (00:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jul 2024 14:37:44 +0000 (16:37 +0200)
commit79b4775c30e06775447edd06816b3a380f106ed1
tree216d9477bb2248b8c88fd4307aac2c5c6b4ed4dd
parente87dde57fcdcced18872d3e6da077eaa0a236bc4
Capitalize "Dired" and "Lisp" in docstrings

* lisp/desktop.el (desktop-no-desktop-file-hook):
* lisp/dired-x.el (dired-mark-sexp):
* lisp/dired.el (dired-make-directory-clickable)
(dired-map-over-marks, dired-file-name-at-point)
(dired-save-positions, dired-buffers-for-dir)
(dired-buffers-for-dir-or-subdir, dired-fun-in-all-buffers)
(dired-remove-entry, dired-delete-entry, dired-jump):
* lisp/files.el (save-buffer):
* lisp/find-dired.el (find-ls-option):
* lisp/hilit-chg.el:
* lisp/locate.el (locate-mode):
* lisp/msb.el (msb-dired-item-handler, msb-sort-by-directory):
* lisp/printing.el (pr-ps-printer-alist, pr-ps-utility-alist):
* lisp/uniquify.el (uniquify-trailing-separator-p):
* lisp/wdired.el (wdired, wdired-change-to-dired-mode, wdired-exit):
* lisp/woman.el (woman-dired-define-keys, woman-dired-find-file):
Capitalize "Dired" and "Lisp" in docstrings.  Found with checkdoc.

(cherry picked from commit 5cf8d60e0dec5606a94749d17a5d678455b7a437)
12 files changed:
lisp/desktop.el
lisp/dired-x.el
lisp/dired.el
lisp/files.el
lisp/find-dired.el
lisp/hilit-chg.el
lisp/locate.el
lisp/msb.el
lisp/printing.el
lisp/uniquify.el
lisp/wdired.el
lisp/woman.el