diff options
| -rw-r--r-- | lisp/skeleton.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 38cc8d3cdc9..7c898c24fce 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el | |||
| @@ -280,7 +280,7 @@ symmetrical ones, and the same character twice for the others." | |||
| 280 | last-command-char)))))) | 280 | last-command-char)))))) |
| 281 | 281 | ||
| 282 | 282 | ||
| 283 | ;; a more serious example can be found in shell-script.el | 283 | ;; a more serious example can be found in sh-script.el |
| 284 | ;;;(defun mirror-mode () | 284 | ;;;(defun mirror-mode () |
| 285 | ;;; "This major mode is an amusing little example of paired insertion. | 285 | ;;; "This major mode is an amusing little example of paired insertion. |
| 286 | ;;;All printable characters do a paired self insert, while the other commands | 286 | ;;;All printable characters do a paired self insert, while the other commands |