1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

Doc/message fixes.

This commit is contained in:
Glenn Morris 2009-10-01 03:08:03 +00:00
parent 9ffe3f52fe
commit 2f10955c58
13 changed files with 57 additions and 35 deletions

View file

@ -146,7 +146,7 @@ Return nil if there was none."
(defun srecode-mode-table-new (mode file &rest init)
"Create a new template table for MODE in FILE.
INIT are the initialization parametrs for the new template table."
INIT are the initialization parameters for the new template table."
(let* ((mt (srecode-make-mode-table mode))
(old (srecode-mode-table-find mt file))
(attr (file-attributes file))