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
381194d0
Commit
381194d0
authored
Jul 18, 2001
by
Pavel Janík
Browse files
Doc and coding conventions fixes.
parent
01c7beb9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
5 deletions
+15
-5
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/international/iso-transl.el
lisp/international/iso-transl.el
+1
-1
lisp/international/ja-dic-cnv.el
lisp/international/ja-dic-cnv.el
+4
-3
lisp/textmodes/picture.el
lisp/textmodes/picture.el
+1
-1
No files found.
lisp/ChangeLog
View file @
381194d0
2001-07-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* international/iso-transl.el: Fix typo in the header of the file.
* textmodes/picture.el (picture): Doc fix.
* international/ja-dic-cnv.el (skkdic-convert): Some fixes to
follow coding conventions in generated files.
2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
* toolbar/tool-bar.el (tool-bar-add-item-from-menu)
...
...
lisp/international/iso-transl.el
View file @
381194d0
;;; iso-transl.el --- keyboard input definitions for ISO 8859
/
1
;;; iso-transl.el --- keyboard input definitions for ISO 8859
-
1
;; Copyright (C) 1987, 1993, 1994, 1995 Free Software Foundation, Inc.
...
...
lisp/international/ja-dic-cnv.el
View file @
381194d0
...
...
@@ -358,13 +358,14 @@ The name of generated file is specified by the variable `ja-dic-filename'."
(
set-buffer
buf
)
(
erase-buffer
)
(
buffer-disable-undo
)
(
insert
";; ja-dic.el -- dictionary for Japanese input method\n"
(
insert
";;
;
ja-dic.el --
-
dictionary for Japanese input method\n"
";;\tGenerated by the command `skkdic-convert'\n"
";;\tDate: "
(
current-time-string
)
"\n"
";;\tOriginal SKK dictionary file: "
(
file-name-nondirectory
filename
)
"\n\n"
";;; Comment:\n\n"
";; This file is part of GNU Emacs.\n\n"
";;; Commentary:\n\n"
";; Do byte-compile this file again after any modification.\n\n"
";;; Start of the header of the original SKK dictionary.\n\n"
)
(
set-buffer
skkbuf
)
...
...
@@ -415,7 +416,7 @@ The name of generated file is specified by the variable `ja-dic-filename'."
(
save-excursion
(
set-buffer
buf
)
(
goto-char
(
point-max
))
(
insert
";;\n(provide 'ja-dic)\n\n;; ja-dic.el ends here\n"
)))
(
insert
";;\n(provide 'ja-dic)\n\n;;
;
ja-dic.el ends here\n"
)))
;; Save the working buffer.
(
set-buffer
buf
)
...
...
lisp/textmodes/picture.el
View file @
381194d0
...
...
@@ -33,7 +33,7 @@
;;; Code:
(
defgroup
picture
nil
"Picture mode
--- editing using quarter-plane screen model."
"Picture mode --- editing using quarter-plane screen model."
:prefix
"picture-"
:group
'editing
)
...
...
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