diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 03:08:03 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 03:08:03 +0000 |
commit | 2f10955c5892c948fdc35de5e02861a0548e0ddc (patch) | |
tree | 02f43e212b42ee33f874dfa3c77df40926f3078a /lisp/cedet/srecode/args.el | |
parent | 9ffe3f52feebf9098f98c028e4dfeab3e4b44f92 (diff) | |
download | emacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.tar.gz |
Doc/message fixes.
Diffstat (limited to 'lisp/cedet/srecode/args.el')
-rw-r--r-- | lisp/cedet/srecode/args.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/args.el b/lisp/cedet/srecode/args.el index 0d45831e9fc..88d3b5fd179 100644 --- a/lisp/cedet/srecode/args.el +++ b/lisp/cedet/srecode/args.el @@ -1,6 +1,6 @@ ;;; srecode/args.el --- Provide some simple template arguments -;;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> @@ -37,7 +37,7 @@ (defun srecode-semantic-handle-:blank (dict) "Add macros into the dictionary DICT specifying blank line spacing. The wrapgap means make sure the first and last lines of the macro -do not contain any text from preceeding or following text." +do not contain any text from preceding or following text." ;; This won't actually get used, but it might be nice ;; to know about it. (srecode-dictionary-set-value dict "BLANK" t) |