emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 96e386e: ; Fix recent changes in ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] master 96e386e: ; Fix recent changes in ELisp manual
Date: Fri, 25 Jan 2019 04:15:11 -0500 (EST)

branch: master
commit 96e386e60de1d4ae9d702fc376ef7a9279a6aa66
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Fix recent changes in ELisp manual
    
    * doc/lispref/commands.texi (Using Interactive): Add a period
    at the end of a sentence.
    (Event Input Misc): Fix typo and leave 2 spaces between
    sentences.
---
 doc/lispref/commands.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index fb5a827..bf66734 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -256,7 +256,7 @@ It may be a Lisp expression that is not a string; then it 
should be a
 form that is evaluated to get a list of arguments to pass to the
 command.  Usually this form will call various functions to read input
 from the user, most often through the minibuffer (@pxref{Minibuffers})
-or directly from the keyboard (@pxref{Reading Input})
+or directly from the keyboard (@pxref{Reading Input}).
 
 Providing point or the mark as an argument value is also common, but
 if you do this @emph{and} read input (whether using the minibuffer or
@@ -2922,12 +2922,12 @@ this expression) remains the value of 
@code{last-command-event}.
 
 @defvar input-event-functions
 This variable holds a list of functions to call after Emacs reads an
-event, but before any commands are run. Each function recieves a
+event, but before any commands are run.  Each function receives a
 single argument: the event that has been read.
 
 There are normally easier hooks to use than this; in particular
 @var{pre-command-hook} is run immediately before any command resulting
-from an event. However, not all events result in a command, including
+from an event.  However, not all events result in a command, including
 many mouse events and some keyboard events when an input-method is
 active (@pxref{Reading Input}).
 @end defvar



reply via email to

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