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:
parent
f5385afa08
commit
e09eb1b024
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue