Mercurial > emacs
view etc/nxml/00E80-00EFF.el @ 111851:dd83cbcddf69
Adjust parameter names and doc strings to resolve confusion over
whether "bookmark" meant a bookmark name or a bookmark record.
Along the way, shorten one function's name for similar reasons.
(Issue #7548)
* lisp/bookmark.el
(bookmark-name-from-record):
New name for `bookmark-name-from-full-record'. All callers changed.
(bookmark-get-bookmark, bookmark-get-bookmark-record,
bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set,
bookmark-get-annotation, bookmark-set-annotation,
bookmark-get-filename, bookmark-set-filename,
bookmark-get-position, bookmark-set-position,
bookmark-get-front-context-string, bookmark-set-front-context-string,
bookmark-get-rear-context-string, bookmark-set-rear-context-string,
bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via,
bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
Rename `bookmark' parameter to `bookmark-name-or-record', to
clearly show its role, and shorten or adjust doc strings accordingly.
(bookmark-set-name):
Same, and pass the parameter directly to `bookmark-get-bookmark'
instead of redundantly doing the callee's work.
(bookmark-default-annotation-text, bookmark-send-edited-annotation,
bookmark-relocate, bookmark-insert-location, bookmark-insert,
bookmark-delete):
Rename `bookmark' parameter to `bookmark-name', and in some cases
shorten doc string accordingly.
(bookmark-rename):
Change `old' and `new' parameters to `old-name'
and `new-name', and adjust an internal variable to avoid confusion.
(bookmark-jump, bookmark-jump-noselect):
Clarify `bookmark' parameter in doc string.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Wed, 08 Dec 2010 03:09:27 -0500 |
parents | 8962eefe16b5 |
children | ef719132ddfa |
line wrap: on
line source
(nxml-define-char-name-set 'lao '(("LAO LETTER KO" #x0E81) ("LAO LETTER KHO SUNG" #x0E82) ("LAO LETTER KHO TAM" #x0E84) ("LAO LETTER NGO" #x0E87) ("LAO LETTER CO" #x0E88) ("LAO LETTER SO TAM" #x0E8A) ("LAO LETTER NYO" #x0E8D) ("LAO LETTER DO" #x0E94) ("LAO LETTER TO" #x0E95) ("LAO LETTER THO SUNG" #x0E96) ("LAO LETTER THO TAM" #x0E97) ("LAO LETTER NO" #x0E99) ("LAO LETTER BO" #x0E9A) ("LAO LETTER PO" #x0E9B) ("LAO LETTER PHO SUNG" #x0E9C) ("LAO LETTER FO TAM" #x0E9D) ("LAO LETTER PHO TAM" #x0E9E) ("LAO LETTER FO SUNG" #x0E9F) ("LAO LETTER MO" #x0EA1) ("LAO LETTER YO" #x0EA2) ("LAO LETTER LO LING" #x0EA3) ("LAO LETTER LO LOOT" #x0EA5) ("LAO LETTER WO" #x0EA7) ("LAO LETTER SO SUNG" #x0EAA) ("LAO LETTER HO SUNG" #x0EAB) ("LAO LETTER O" #x0EAD) ("LAO LETTER HO TAM" #x0EAE) ("LAO ELLIPSIS" #x0EAF) ("LAO VOWEL SIGN A" #x0EB0) ("LAO VOWEL SIGN MAI KAN" #x0EB1) ("LAO VOWEL SIGN AA" #x0EB2) ("LAO VOWEL SIGN AM" #x0EB3) ("LAO VOWEL SIGN I" #x0EB4) ("LAO VOWEL SIGN II" #x0EB5) ("LAO VOWEL SIGN Y" #x0EB6) ("LAO VOWEL SIGN YY" #x0EB7) ("LAO VOWEL SIGN U" #x0EB8) ("LAO VOWEL SIGN UU" #x0EB9) ("LAO VOWEL SIGN MAI KON" #x0EBB) ("LAO SEMIVOWEL SIGN LO" #x0EBC) ("LAO SEMIVOWEL SIGN NYO" #x0EBD) ("LAO VOWEL SIGN E" #x0EC0) ("LAO VOWEL SIGN EI" #x0EC1) ("LAO VOWEL SIGN O" #x0EC2) ("LAO VOWEL SIGN AY" #x0EC3) ("LAO VOWEL SIGN AI" #x0EC4) ("LAO KO LA" #x0EC6) ("LAO TONE MAI EK" #x0EC8) ("LAO TONE MAI THO" #x0EC9) ("LAO TONE MAI TI" #x0ECA) ("LAO TONE MAI CATAWA" #x0ECB) ("LAO CANCELLATION MARK" #x0ECC) ("LAO NIGGAHITA" #x0ECD) ("LAO DIGIT ZERO" #x0ED0) ("LAO DIGIT ONE" #x0ED1) ("LAO DIGIT TWO" #x0ED2) ("LAO DIGIT THREE" #x0ED3) ("LAO DIGIT FOUR" #x0ED4) ("LAO DIGIT FIVE" #x0ED5) ("LAO DIGIT SIX" #x0ED6) ("LAO DIGIT SEVEN" #x0ED7) ("LAO DIGIT EIGHT" #x0ED8) ("LAO DIGIT NINE" #x0ED9) ("LAO HO NO" #x0EDC) ("LAO HO MO" #x0EDD) )) ;; arch-tag: 36f98cb4-447d-49e0-bae5-03a026adabac