emacs-diffs
[Top][All Lists]
Advanced

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

master 28019cc: ; Fix Texinfo markup of a recent change


From: Eli Zaretskii
Subject: master 28019cc: ; Fix Texinfo markup of a recent change
Date: Sat, 21 Aug 2021 10:16:30 -0400 (EDT)

branch: master
commit 28019ccf0ce035f4dd842375594da1380b09e806
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix Texinfo markup of a recent change
    
    * doc/lispintro/emacs-lisp-intro.texi (count-words-in-defun): Fix
    last change.
---
 doc/lispintro/emacs-lisp-intro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

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