aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlaCk_Void2020-11-13 01:22:08 +0000
committerGitHub2020-11-12 20:22:08 -0500
commitca268fd313d3fb2bd03a8b5e4bdcca675ce58ca7 (patch)
tree5b3bdad6bf07a326ea838f18385fdb5d54edb9d4
parentc011b268196b8356c70f668506a1133086bc9477 (diff)
downloademacs-ca268fd313d3fb2bd03a8b5e4bdcca675ce58ca7.tar.gz
emacs-ca268fd313d3fb2bd03a8b5e4bdcca675ce58ca7.zip
REAMDE code's Number of parentheses pairs (#270)
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index d2d375d3a98..c417b04873e 100644
--- a/README.org
+++ b/README.org
@@ -363,10 +363,10 @@
363 character width. 363 character width.
364 364
365 #+BEGIN_SRC emacs-lisp 365 #+BEGIN_SRC emacs-lisp
366 (add-to-list 'which-key-replacement-alist '(("TAB" . nil) . ("↹" . nil)) 366 (add-to-list 'which-key-replacement-alist '(("TAB" . nil) . ("↹" . nil)))
367 (add-to-list 'which-key-replacement-alist '(("RET" . nil) . ("⏎" . nil)) 367 (add-to-list 'which-key-replacement-alist '(("RET" . nil) . ("⏎" . nil)))
368 (add-to-list 'which-key-replacement-alist '(("DEL" . nil) . ("⇤" . nil)) 368 (add-to-list 'which-key-replacement-alist '(("DEL" . nil) . ("⇤" . nil)))
369 (add-to-list 'which-key-replacement-alist '(("SPC" . nil) . ("␣" . nil)) 369 (add-to-list 'which-key-replacement-alist '(("SPC" . nil) . ("␣" . nil)))
370 #+END_SRC 370 #+END_SRC
371 371
372 The =cdr= may also be a function that receives a =cons= of the form =(KEY 372 The =cdr= may also be a function that receives a =cons= of the form =(KEY