pseudo-classes, and pseudo-elements on the Mozilla Developer
Network (MDN).
+Use `\\[fill-paragraph]' to reformat CSS declaration blocks. It can also
+be used to fill comments.
+
\\{css-mode-map}
\(fn)" t nil)
(defun simplified-regexp-opt (strings &optional paren)
(let ((parens
(cond ((stringp paren) (cons paren \"\\\\)\"))
- ((eq paren 'words) '(\"\\\\\\=<\\\\(\" . \"\\\\)\\\\>\"))
- ((eq paren 'symbols) '(\"\\\\_<\\\\(\" . \"\\\\)\\\\_>\"))
- ((null paren) '(\"\\\\(?:\" . \"\\\\)\"))
- (t '(\"\\\\(\" . \"\\\\)\")))))
+ ((eq paren \\='words) \\='(\"\\\\\\=<\\\\(\" . \"\\\\)\\\\>\"))
+ ((eq paren \\='symbols) \\='(\"\\\\_<\\\\(\" . \"\\\\)\\\\_>\"))
+ ((null paren) \\='(\"\\\\(?:\" . \"\\\\)\"))
+ (t \\='(\"\\\\(\" . \"\\\\)\")))))
(concat (car paren)
- (mapconcat 'regexp-quote strings \"\\\\|\")
+ (mapconcat \\='regexp-quote strings \"\\\\|\")
(cdr paren))))
\(fn STRINGS &optional PAREN)" nil nil)
matches whitespace and graphic characters.
`alphanumeric', `alnum'
- matches alphabetic characters and digits. (For multibyte characters,
- it matches according to Unicode character properties.)
+ matches alphabetic characters and digits. For multibyte characters,
+ it matches characters whose Unicode `general-category' property
+ indicates they are alphabetic or decimal number characters.
`letter', `alphabetic', `alpha'
- matches alphabetic characters. (For multibyte characters,
- it matches according to Unicode character properties.)
+ matches alphabetic characters. For multibyte characters,
+ it matches characters whose Unicode `general-category' property
+ indicates they are alphabetic characters.
`ascii'
matches ASCII (unibyte) characters.
matches non-ASCII (multibyte) characters.
`lower', `lower-case'
- matches anything lower-case.
+ matches anything lower-case, as determined by the current case
+ table. If `case-fold-search' is non-nil, this also matches any
+ upper-case letter.
`upper', `upper-case'
- matches anything upper-case.
+ matches anything upper-case, as determined by the current case
+ table. If `case-fold-search' is non-nil, this also matches any
+ lower-case letter.
`punctuation', `punct'
matches punctuation. (But at present, for multibyte characters,
To force-start a server, do \\[server-force-delete] and then
\\[server-start].
+To check from a Lisp program whether a server is running, use
+the `server-process' variable.
+
\(fn &optional LEAVE-DEAD INHIBIT-PROMPT)" t nil)
(autoload 'server-force-delete "server" "\
\f
;;;### (autoloads nil "soap-client" "net/soap-client.el" (0 0 0 0))
;;; Generated autoloads from net/soap-client.el
-(push (purecopy '(soap-client 3 1 3)) package--builtin-versions)
+(push (purecopy '(soap-client 3 1 4)) package--builtin-versions)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "soap-client" '("soap-")))
\f
;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0))
;;; Generated autoloads from net/trampver.el
-(push (purecopy '(tramp 2 3 4 -1)) package--builtin-versions)
+(push (purecopy '(tramp 2 3 4)) package--builtin-versions)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "trampver" '("tramp-")))