diff options
author | Glenn Morris <rgm@gnu.org> | 2020-10-02 09:38:24 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-10-02 09:38:24 -0700 |
commit | 726eb835ddcbc209545f681d7272ebaa13788b33 (patch) | |
tree | 48a8efe3696f67cdd5c1258bf83b85d39ab949e9 /lisp/printing.el | |
parent | bd080957b069e4ed0e31ce5f029a529432524f46 (diff) | |
parent | 78eacf31e8fe182801ad1943fac717b75fcf286b (diff) | |
download | emacs-726eb835ddcbc209545f681d7272ebaa13788b33.tar.gz emacs-726eb835ddcbc209545f681d7272ebaa13788b33.tar.bz2 emacs-726eb835ddcbc209545f681d7272ebaa13788b33.zip |
Merge from origin/emacs-27
78eacf31e8 ; Fix many typos in symbols in docs and comments
d5d12707d6 * doc/misc/flymake.texi (Using Flymake): Fix a typo. (Bug...
# Conflicts:
# lisp/allout.el
# lisp/progmodes/ebrowse.el
Diffstat (limited to 'lisp/printing.el')
-rw-r--r-- | lisp/printing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index ec67a144c3c..90ef02fe7b1 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -4721,7 +4721,7 @@ Each element has the form: (MENU-PART . NUMBER-OF-ITEMS) -See `pr-visible-entry-alist'.") +See `pr-visible-entry-list'.") (defun pr-menu-index (entry index) |