emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 cf1f985: ; lisp/skeleton.el (skeleton-insert): Fi


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-25 cf1f985: ; lisp/skeleton.el (skeleton-insert): Fix typo in last change
Date: Wed, 21 Dec 2016 03:22:27 +0000 (UTC)

branch: emacs-25
commit cf1f9852d0e8d571dfe74486c26417828faa945a
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; lisp/skeleton.el (skeleton-insert): Fix typo in last change
---
 lisp/skeleton.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/skeleton.el b/lisp/skeleton.el
index 1b77a09..c563a9c 100644
--- a/lisp/skeleton.el
+++ b/lisp/skeleton.el
@@ -187,8 +187,8 @@ variable `str' within the skeleton.  When this is non-nil, 
the
 interactor gets ignored, and this should be a valid skeleton element.
 
 When done with skeleton, but before going back to `_'-point, add
-a newline (unless `skeleton-end-newline' is non-nil) and run the
-hook `skeleton-end-hook'.
+a newline (unless `skeleton-end-newline' is nil) and run the hook
+`skeleton-end-hook'.
 
 SKELETON is made up as (INTERACTOR ELEMENT ...).  INTERACTOR may be nil if
 not needed, a prompt-string or an expression for complex read functions.



reply via email to

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