[Doc] Change docstring of camel-case-to-snake-case
This commit is contained in:
parent
8320e5708a
commit
0836515690
@ -316,11 +316,11 @@ member of the pair."
|
|||||||
(forward-char))))
|
(forward-char))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Convert camelCase to snake_case
|
*** Convert ~camelCase~ to ~snake_case~
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defun camel-to-snake-case (arg)
|
(defun camel-to-snake-case (arg)
|
||||||
"Convert a camel case (camelCase or CamelCase) word to snake case (snake_case).
|
"Convert a camelCase word to snake_case.
|
||||||
|
|
||||||
If the prefix argument ARG is non-nil, convert the text to uppercase."
|
If the prefix argument ARG is non-nil, convert the text to uppercase."
|
||||||
(interactive "p")
|
(interactive "p")
|
||||||
|
Loading…
Reference in New Issue
Block a user