emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a6240c8 1/2: Clarify how to do the `count-words-in-defun' recipe


From: Lars Ingebrigtsen
Subject: master a6240c8 1/2: Clarify how to do the `count-words-in-defun' recipe
Date: Sat, 21 Aug 2021 10:08:42 -0400 (EDT)

branch: master
commit a6240c823350245734bd35335a0affb41ec86d8a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 doc/lispintro/emacs-lisp-intro.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index fade409..dc182a7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]