aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/syntax.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-05-02 05:41:46 +0000
committerPavel Janík <[email protected]>2002-05-02 05:41:46 +0000
commit307645975cf9964740f4de544718f3f344a0c99c (patch)
tree47fc07d08ddd76697efb0f209c0c68638ddc99b8 /lisp/emacs-lisp/syntax.el
parente3f5ce5624f1204a834a5fe1a6c4e77f54057143 (diff)
Follow coding conventions.
Diffstat (limited to 'lisp/emacs-lisp/syntax.el')
-rw-r--r--lisp/emacs-lisp/syntax.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el
index 68b2eaabbc..717ea756b5 100644
--- a/lisp/emacs-lisp/syntax.el
+++ b/lisp/emacs-lisp/syntax.el
@@ -1,7 +1,10 @@
-;;; syntax.el --- Helper functions to find syntactic context
+;;; syntax.el --- helper functions to find syntactic context
;; Copyright (C) 2000 Free Software Foundation, Inc.
+;; Maintainer: FSF
+;; Keywords: internal
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify