diff options
| author | Noam Postavsky | 2016-12-20 21:43:46 -0500 |
|---|---|---|
| committer | Noam Postavsky | 2016-12-20 22:16:42 -0500 |
| commit | cf1f9852d0e8d571dfe74486c26417828faa945a (patch) | |
| tree | 33f35fc323b0ba5ec9310875c17f75417f278f13 | |
| parent | 9e1209d7a6e575d80e923bc74587229fa42ddfbf (diff) | |
| download | emacs-cf1f9852d0e8d571dfe74486c26417828faa945a.tar.gz emacs-cf1f9852d0e8d571dfe74486c26417828faa945a.zip | |
; lisp/skeleton.el (skeleton-insert): Fix typo in last change
| -rw-r--r-- | lisp/skeleton.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 1b77a095fbc..c563a9cd0cd 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el | |||
| @@ -187,8 +187,8 @@ variable `str' within the skeleton. When this is non-nil, the | |||
| 187 | interactor gets ignored, and this should be a valid skeleton element. | 187 | interactor gets ignored, and this should be a valid skeleton element. |
| 188 | 188 | ||
| 189 | When done with skeleton, but before going back to `_'-point, add | 189 | When done with skeleton, but before going back to `_'-point, add |
| 190 | a newline (unless `skeleton-end-newline' is non-nil) and run the | 190 | a newline (unless `skeleton-end-newline' is nil) and run the hook |
| 191 | hook `skeleton-end-hook'. | 191 | `skeleton-end-hook'. |
| 192 | 192 | ||
| 193 | SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if | 193 | SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if |
| 194 | not needed, a prompt-string or an expression for complex read functions. | 194 | not needed, a prompt-string or an expression for complex read functions. |