Lines Matching refs:concat
84 (setq str (concat str (car strings)))
86 (setq str (concat str sep)))
101 (concat "@lisp\n" line))
106 (concat "@end lisp\n" line))
118 (concat "@samp{" (match-string 2 docstring) "}"))
122 (concat "@strong{" (match-string 2 docstring) "}"))
131 (concat "@code{" (match-string 2 docstring) "}"
144 (concat "@var{" (downcase (match-string 1 docstring)) "}"
151 (concat (match-string 2 docstring)
193 (setq docstring (concat docstring "\n@end lisp"))))))
204 (concat (substring docstring 0 pos)
211 (concat "@def" env (if grp (concat " " grp) "") " " name
226 (concat
231 (concat "the string: \n@lisp\n" default "\n@end lisp\n")
232 (concat "the value: \n@lisp\n" text "\n@end lisp\n"))
233 (concat "@code{" text "}.\n")))))
294 (let ((magic (concat "^"
306 (search-forward (concat "@end def" (match-string 1)) nil t))