Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
d74675f4
Commit
d74675f4
authored
Mar 13, 2002
by
Joel Rosdahl
Browse files
Corrected spelling in doc strings.
parent
be6dd481
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
d74675f4
2002-03-12 Joel Rosdahl <joel@lysator.liu.se>
* language.el (lyskom-languages)
(lyskom-language-categories)
(lyskom-language-keymaps): Corrected spelling in doc strings.
2002-03-12 Ulrik Haugen <qha@lysator.liu.se>
* lyskom-rest.el (lyskom-insert-before-prompt): don't let xemacs
...
...
@@ -9,7 +15,7 @@
* english-strings.el (lyskom-message): Changed last-log-in to say
"Last login or logout" instead of "Last login", since that's what
the server gives us.
* swedish-strings.el (lyskom-message): Likewise.
2002-03-03 Joel Rosdahl <joel@lysator.liu.se>
...
...
src/language.el
View file @
d74675f4
...
...
@@ -39,12 +39,12 @@
;; "Symbols with language data bound to them")
(
defvar
lyskom-languages
nil
"A alist of defined languages.
"A
n
alist of defined languages.
Each entry is a pair (SYMBOL . (NAME NAME ...)) where symbol is the symbol
used for identification, and the NAMEs are names of the language."
)
(
defvar
lyskom-language-categories
nil
"Categories
used
"
)
"Categories
of language-specific variables.
"
)
(
defvar
lyskom-language-vars
nil
"A list of all language-dependent variables."
)
...
...
@@ -81,10 +81,10 @@ used for identification, and the NAMEs are names of the language.")
;;; Keymaps
(
defvar
lyskom-language-keymaps
nil
"A list of all language-dependent
variable
s."
)
"A list of all language-dependent
keymap
s."
)
(
defun
lyskom-language-keymap-internal
(
keymap
language
langmap
)
"Defines a language-local
variable value
."
"Defines a language-local
keymap
."
;; If the "real" keymap has no value, set it to an empty keymap
(
if
(
eval
keymap
)
nil
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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