Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c6c5714e
Commit
c6c5714e
authored
Jul 04, 2005
by
Juanma Barranquero
Browse files
(prolog-eof-string): Doc fixes.
(prolog-indent-level): Fix typo in docstring.
parent
db90d225
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/progmodes/prolog.el
lisp/progmodes/prolog.el
+3
-3
No files found.
lisp/ChangeLog
View file @
c6c5714e
...
...
@@ -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):
...
...
lisp/progmodes/prolog.el
View file @
c6c5714e
...
...
@@ -56,8 +56,8 @@
:group
'prolog
)
(
defcustom
prolog-eof-string
"end_of_file.\n"
"*String that represents end of file for
p
rolog.
nil means
send actual operating system end of file."
"*String that represents end of file for
P
rolog.
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
p
rolog indentation level."
"Compute
P
rolog indentation level."
(
save-excursion
(
beginning-of-line
)
(
skip-chars-forward
" \t"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment