]> git.eshelyaron.com Git - emacs.git/commitdiff
; lisp/skeleton.el (skeleton-insert): Fix typo in last change
authorNoam Postavsky <npostavs@gmail.com>
Wed, 21 Dec 2016 02:43:46 +0000 (21:43 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 21 Dec 2016 03:16:42 +0000 (22:16 -0500)
lisp/skeleton.el

index 1b77a095fbc711d912f36933781ad24c63324b52..c563a9cd0cd919794b21aa7ed29d426104f24f23 100644 (file)
@@ -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.