diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-08-21 15:43:06 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-08-21 16:08:36 +0200 |
commit | a6240c823350245734bd35335a0affb41ec86d8a (patch) | |
tree | f1a401c322c7798e1f6c7e68ea9c101ab8d9a9c4 /doc/lispintro/emacs-lisp-intro.texi | |
parent | fda6e6e26f061af073820f076a08cbb96749a403 (diff) | |
download | emacs-a6240c823350245734bd35335a0affb41ec86d8a.tar.gz emacs-a6240c823350245734bd35335a0affb41ec86d8a.tar.bz2 emacs-a6240c823350245734bd35335a0affb41ec86d8a.zip |
Clarify how to do the `count-words-in-defun' recipe
* doc/lispintro/emacs-lisp-intro.texi (count-words-in-defun):
Clarify the recipe (bug#15069).
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index fade4096e38..dc182a7a454 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -14650,7 +14650,9 @@ 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, and then place the cursor within the following definition: +keybinding. Then copy the following to an Emacs Lisp buffer (like, +for instance, @samp{*scratch*}), place the cursor within the +definition, and use the @kbd{C-c =} command. @smallexample @group |