mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; * lisp/skeleton.el (skeleton-insert): Doc fix. (Bug#80492)
This commit is contained in:
parent
c73823dddd
commit
9d63a329e7
1 changed files with 2 additions and 2 deletions
|
|
@ -192,8 +192,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 nil) and run the hook
|
||||
`skeleton-end-hook'.
|
||||
a newline (unless `skeleton-end-newline' is nil or `_'-point is at end
|
||||
of line), 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