diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-08-21 17:15:43 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-08-21 17:15:43 +0300 |
commit | 28019ccf0ce035f4dd842375594da1380b09e806 (patch) | |
tree | 9c59ad9d7e340d62f47bef194c7e8be5abb5d13b /doc/lispintro/emacs-lisp-intro.texi | |
parent | 964151570b0acb889765d4e973db2fba229ae59e (diff) | |
download | emacs-28019ccf0ce035f4dd842375594da1380b09e806.tar.gz emacs-28019ccf0ce035f4dd842375594da1380b09e806.tar.bz2 emacs-28019ccf0ce035f4dd842375594da1380b09e806.zip |
; Fix Texinfo markup of a recent change
* doc/lispintro/emacs-lisp-intro.texi (count-words-in-defun): Fix
last change.
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index dc182a7a454..7933ebe58c2 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -14651,7 +14651,7 @@ Let's re-use @kbd{C-c =} as a convenient keybinding: Now we can try out @code{count-words-defun}: install both @code{count-words-in-defun} and @code{count-words-defun}, and set the keybinding. Then copy the following to an Emacs Lisp buffer (like, -for instance, @samp{*scratch*}), place the cursor within the +for instance, @file{*scratch*}), place the cursor within the definition, and use the @kbd{C-c =} command. @smallexample |