]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix Texinfo markup of a recent change
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2021 14:15:43 +0000 (17:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2021 14:15:43 +0000 (17:15 +0300)
* doc/lispintro/emacs-lisp-intro.texi (count-words-in-defun): Fix
last change.

doc/lispintro/emacs-lisp-intro.texi

index dc182a7a454e18600a5de6cbc23da338a79e03c2..7933ebe58c2c1079a1f1e7b7ab0c2c7cad4be1fd 100644 (file)
@@ -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