diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-10-12 02:42:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-10-12 02:42:58 +0000 |
commit | 7a8f27dbe6b3bbc0cde23a04b81ce9347fb9dfaa (patch) | |
tree | 110b7a3f0e366f9064069bd3a901d2fc81544fff /lisp/skeleton.el | |
parent | 5d137be3bda08ac9851785309f59455c314b2493 (diff) | |
download | emacs-7a8f27dbe6b3bbc0cde23a04b81ce9347fb9dfaa.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 a488dbdf540..9a1ec8d16de 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -170,7 +170,7 @@ ignored." (setq skeleton-abbrev-cleanup (point)) (add-hook 'post-command-hook 'skeleton-abbrev-cleanup nil t)))) -;; This command isn't meant to be called, only it's aliases with meaningful +;; This command isn't meant to be called, only its aliases with meaningful ;; names are. ;;;###autoload (defun skeleton-proxy (&optional str arg) |