diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-13 11:56:24 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-13 11:56:24 +0000 |
commit | ddb67bdc78cd6875463d806c3849ad522800fb55 (patch) | |
tree | 08c7d848d3b254c3b00d3b34396965591a03225b /src/coding.c | |
parent | 3467c4026924cefd10c106b5973154eda4c01f72 (diff) | |
download | emacs-ddb67bdc78cd6875463d806c3849ad522800fb55.tar.gz |
Doc fix.
Diffstat (limited to 'src/coding.c')
-rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 6824df089a4..b6b908ba185 100644 --- a/src/coding.c +++ b/src/coding.c @@ -6727,7 +6727,7 @@ DEFUN ("set-terminal-coding-system-internal", DEFUN ("set-safe-terminal-coding-system-internal", Fset_safe_terminal_coding_system_internal, Sset_safe_terminal_coding_system_internal, 1, 1, 0, - doc: /* Internal use only. */) + doc: /* Internal use only. */) (coding_system) Lisp_Object coding_system; { |