aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ruby-mode.el
diff options
context:
space:
mode:
authorPaul Eggert2019-11-11 10:30:13 -0800
committerPaul Eggert2019-11-11 10:32:53 -0800
commit6b4a97c1c78f39ce890d100acceceb652d14e20d (patch)
tree9d9f8347a952226adcd73680ed89c5679d6e5326 /lisp/progmodes/ruby-mode.el
parent269796288a43520a1dcc481337af472d086faaa4 (diff)
downloademacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.tar.gz
emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.zip
Fix some quoting glitches in doc strings
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
-rw-r--r--lisp/progmodes/ruby-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index 69acc7a3944..b9d9347b5b3 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -1807,9 +1807,9 @@ If the result is do-end block, it will always be multiline."
1807(defun ruby-find-library-file (&optional feature-name) 1807(defun ruby-find-library-file (&optional feature-name)
1808 "Visit a library file denoted by FEATURE-NAME. 1808 "Visit a library file denoted by FEATURE-NAME.
1809FEATURE-NAME is a relative file name, file extension is optional. 1809FEATURE-NAME is a relative file name, file extension is optional.
1810This commands delegates to 'gem which', which searches both 1810This commands delegates to `gem which', which searches both
1811installed gems and the standard library. When called 1811installed gems and the standard library. When called
1812interactively, defaults to the feature name in the 'require' 1812interactively, defaults to the feature name in the `require'
1813statement around point." 1813statement around point."
1814 (interactive) 1814 (interactive)
1815 (unless feature-name 1815 (unless feature-name