diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-21 14:20:22 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-21 14:20:22 +0200 |
commit | 5082d74cfd512cf9c707ee22b85db3e94569fcd4 (patch) | |
tree | 61d3a8c7e3d0b999bb491ec6ddea5e105af6d40b /lisp/recentf.el | |
parent | 3f66e2a90392933e110a1a04f271c86b6eb179d5 (diff) | |
download | emacs-5082d74cfd512cf9c707ee22b85db3e94569fcd4.tar.gz emacs-5082d74cfd512cf9c707ee22b85db3e94569fcd4.tar.bz2 emacs-5082d74cfd512cf9c707ee22b85db3e94569fcd4.zip |
; * lisp/recentf.el: Fix typo.
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 2ee9717f4dc..7a4b589e457 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 |