summaryrefslogtreecommitdiff
path: root/lisp/skeleton.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-14 11:21:08 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-14 11:21:08 +0000
commit1cd7adc68ae35528a20418b76f13f2b84db827dd (patch)
tree72fa14e562d56aba99842bdd78f10522c60a9ea8 /lisp/skeleton.el
parent07b1b9126d535f7ce7908a05cb4da8545ac1766e (diff)
downloademacs-1cd7adc68ae35528a20418b76f13f2b84db827dd.tar.gz
Emacs lisp coding convention fixes.
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r--lisp/skeleton.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el
index df23e43a132..9c5d7173cd6 100644
--- a/lisp/skeleton.el
+++ b/lisp/skeleton.el
@@ -480,7 +480,7 @@ automatically, and you are prompted to fill in the variable parts.")))
;; t)
;; '(save-excursion
;; (if (re-search-forward page-delimiter nil t)
-;; (error "Not on last page.")))
+;; (error "Not on last page")))
;; comment-start "Local Variables:" comment-end \n
;; comment-start "mode: " str
;; & -5 | '(kill-line 0) & -1 | comment-end \n
@@ -607,4 +607,4 @@ symmetrical ones, and the same character twice for the others."
(provide 'skeleton)
-;; skeleton.el ends here
+;;; skeleton.el ends here