mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-14 09:46:42 -04:00
; lisp/skeleton.el (skeleton-insert): Fix typo in last change
This commit is contained in:
parent
9e1209d7a6
commit
cf1f9852d0
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue