diff options
author | Tassilo Horn <tsdh@gnu.org> | 2022-06-21 21:53:57 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2022-06-21 21:53:57 +0200 |
commit | 5e40c5a3beaccdea956abf9d0be0631cb7d2e1d2 (patch) | |
tree | fc1de9e0adcea01c1fee78376ad0a5b5a5a06781 /lisp/recentf.el | |
parent | de30e8c0decf6b76beef332f19d3745ec162fc5b (diff) | |
parent | f3acc09377f98ae18653eb01c11c57b6449c83af (diff) | |
download | emacs-5e40c5a3beaccdea956abf9d0be0631cb7d2e1d2.tar.gz emacs-5e40c5a3beaccdea956abf9d0be0631cb7d2e1d2.tar.bz2 emacs-5e40c5a3beaccdea956abf9d0be0631cb7d2e1d2.zip |
Merge from origin/emacs-28
f3acc09377 ; Revert "Use file-in-directory-p instead of obsolete dire...
5082d74cfd ; * lisp/recentf.el: Fix typo.
3f66e2a903 * lisp/repeat.el (repeat-mode): Fix message format.
137539c125 Clarify autotype.texi text slightly
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r-- | lisp/recentf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el index 28aee0f17fd..09843a89568 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -29,7 +29,7 @@ ;; automatically saved across Emacs sessions. ;; You can customize the number of recent files displayed, the -;; location of the menu and others options. Type: +;; location of the menu and other options. Type: ;; ;; M-x customize-group RET recentf RET |