diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-18 22:59:30 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-18 22:59:30 +0000 |
commit | 4a30e92ecd0b77b9d29b9408a391797962a5d9fd (patch) | |
tree | 94138156995ef958d5fc05d566db745c00898aec /lisp/international/mule-util.el | |
parent | 2c72829f9b2936c1927a22188384d1abee07851f (diff) | |
download | emacs-4a30e92ecd0b77b9d29b9408a391797962a5d9fd.tar.gz |
open-paren-in-column-0 in dosctring.
Diffstat (limited to 'lisp/international/mule-util.el')
-rw-r--r-- | lisp/international/mule-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index c3ec50bfa95..65d6cf41260 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -219,7 +219,7 @@ defaults to \"...\"." Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is any Lisp object, and BRANCHES is a list of cons cells of the form -(KEY-ELEMENT . NESTED-ALIST). +\(KEY-ELEMENT . NESTED-ALIST). You can use a nested alist to store any Lisp object (ENTRY) for a key sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ |