diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-07 05:31:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-07 05:31:39 +0000 |
commit | bad5d9129ffe7b02378130d5e0879cbbd7a905ff (patch) | |
tree | 18695301ccf8d8ad2f2d4e90b86511ef56162322 /lisp/skeleton.el | |
parent | c93d212ae5a38032aa974b62821b77af58c43f95 (diff) | |
download | emacs-bad5d9129ffe7b02378130d5e0879cbbd7a905ff.tar.gz |
Comment change.
Diffstat (limited to 'lisp/skeleton.el')
-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." last-command-char)))))) -;; a more serious example can be found in shell-script.el +;; a more serious example can be found in sh-script.el ;;;(defun mirror-mode () ;;; "This major mode is an amusing little example of paired insertion. ;;;All printable characters do a paired self insert, while the other commands |