mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(prolog-eof-string): Doc fixes.
(prolog-indent-level): Fix typo in docstring.
This commit is contained in:
parent
db90d22569
commit
c6c5714e40
2 changed files with 9 additions and 3 deletions
|
|
@ -35,6 +35,12 @@
|
|||
|
||||
2005-07-04 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* progmodes/prolog.el (prolog-eof-string): Doc fixes.
|
||||
(prolog-indent-level): Fix typo in docstring.
|
||||
|
||||
* info.el (Info-history, Info-history-forward)
|
||||
(Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
|
||||
|
||||
* add-log.el (add-change-log-entry):
|
||||
* comint.el (comint-dynamic-list-input-ring)
|
||||
(comint-dynamic-list-completions):
|
||||
|
|
|
|||
|
|
@ -56,8 +56,8 @@
|
|||
:group 'prolog)
|
||||
|
||||
(defcustom prolog-eof-string "end_of_file.\n"
|
||||
"*String that represents end of file for prolog.
|
||||
nil means send actual operating system end of file."
|
||||
"*String that represents end of file for Prolog.
|
||||
When nil, send actual operating system end of file."
|
||||
:type 'string
|
||||
:group 'prolog)
|
||||
|
||||
|
|
@ -158,7 +158,7 @@ rigidly along with this one (not yet)."
|
|||
))
|
||||
|
||||
(defun prolog-indent-level ()
|
||||
"Compute prolog indentation level."
|
||||
"Compute Prolog indentation level."
|
||||
(save-excursion
|
||||
(beginning-of-line)
|
||||
(skip-chars-forward " \t")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue