comparison lisp/progmodes/vhdl-mode.el @ 99540:c5c8f07bc47c

* w32-fns.el (w32-shell-dos-semantics): * calendar/diary-lib.el (diary-face-attrs): * international/mule-cmds.el (set-default-coding-systems) (prefer-coding-system): * net/tramp.el (tramp-set-completion-function): * progmodes/vhdl-mode.el (vhdl-file-header): * term/pc-win.el (msdos-show-help): Fix typos in docstrings. * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value. * files.el (enable-local-eval, not-modified, kill-buffer-ask) (kill-matching-buffers, save-buffers-kill-emacs) (save-buffers-kill-terminal): Fix typos in docstrings. (switch-to-buffer-other-window): Reflow docstring. (revert-buffer): Doc fix. (define-project-bindings): Rename arg LIST to SETTINGS. (project-find-settings-file): Use `let', not `let*'. Use `when'.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 14 Nov 2008 13:05:18 +0000
parents 541ff411cf6f
children 6e0a37f8fd47
comparison
equal deleted inserted replaced
99539:14811716c629 99540:c5c8f07bc47c
931 if the header needs to be version controlled. 931 if the header needs to be version controlled.
932 932
933 The following keywords for template generation are supported: 933 The following keywords for template generation are supported:
934 <filename> : replaced by the name of the buffer 934 <filename> : replaced by the name of the buffer
935 <author> : replaced by the user name and email address 935 <author> : replaced by the user name and email address
936 \(`user-full-name',`mail-host-address', `user-mail-address') 936 \(`user-full-name', `mail-host-address', `user-mail-address')
937 <login> : replaced by user login name (`user-login-name') 937 <login> : replaced by user login name (`user-login-name')
938 <company> : replaced by contents of option `vhdl-company-name' 938 <company> : replaced by contents of option `vhdl-company-name'
939 <date> : replaced by the current date 939 <date> : replaced by the current date
940 <year> : replaced by the current year 940 <year> : replaced by the current year
941 <project> : replaced by title of current project (`vhdl-project') 941 <project> : replaced by title of current project (`vhdl-project')