* lisp/international/ccl.el: Fix quoting.
This commit is contained in:
parent
9ffb6ce9a7
commit
6514fe8890
1 changed files with 2 additions and 1 deletions
|
@ -967,7 +967,8 @@ is a list of CCL-BLOCKs."
|
|||
(let ((len (length ccl-code))
|
||||
(buffer-mag (aref ccl-code 0)))
|
||||
(cond ((= buffer-mag 0)
|
||||
(insert "Don’t output anything.\n"))
|
||||
(insert (substitute-command-keys
|
||||
"Don’t output anything.\n")))
|
||||
((= buffer-mag 1)
|
||||
(insert "Out-buffer must be as large as in-buffer.\n"))
|
||||
(t
|
||||
|
|
Loading…
Add table
Reference in a new issue