1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 19:00:42 -08:00

Readme typo

This commit is contained in:
justbur 2015-07-11 13:28:58 -04:00
parent f5385afa08
commit e09eb1b024

View file

@ -142,7 +142,7 @@ the second string, "find files". In the second type of entry you can restrict
the replacements to a major-mode. For example,
#+BEGIN_SRC emacs-lisp
(org-mode . '(("C-c C-c" . "Org C-c C-c") ("C-c C-a" . "Org Attach"))
(org-mode . (("C-c C-c" . "Org C-c C-c") ("C-c C-a" . "Org Attach"))
#+END_SRC
Here the first entry is the major-mode and the second is a list of the first