1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Doc fixes.

* lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix.

* src/chartab.c (Fmap_char_table): Doc fix.

* src/editfns.c (Fformat): Doc fix.

Fixes: debbugs:12059 debbugs:12085 debbugs:12061
This commit is contained in:
Chong Yidong 2012-08-15 00:28:23 +08:00
parent e38b9db247
commit 55802e4a3d
5 changed files with 24 additions and 8 deletions

View file

@ -234,7 +234,8 @@ Merges keywords to avoid backtracking in Emacs's regexp matcher."
(defun regexp-opt-charset (chars)
"Return a regexp to match a character in CHARS."
"Return a regexp to match a character in CHARS.
CHARS should be a list of characters."
;; The basic idea is to find character ranges. Also we take care in the
;; position of character set meta characters in the character set regexp.
;;