mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
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).
This commit is contained in:
parent
fda6e6e26f
commit
a6240c8233
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user