diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-11-11 10:30:13 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-11-11 10:32:53 -0800 |
commit | 6b4a97c1c78f39ce890d100acceceb652d14e20d (patch) | |
tree | 9d9f8347a952226adcd73680ed89c5679d6e5326 /lisp/progmodes/ruby-mode.el | |
parent | 269796288a43520a1dcc481337af472d086faaa4 (diff) | |
download | emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.tar.gz |
Fix some quoting glitches in doc strings
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
-rw-r--r-- | lisp/progmodes/ruby-mode.el | 4 |
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." (defun ruby-find-library-file (&optional feature-name) "Visit a library file denoted by FEATURE-NAME. FEATURE-NAME is a relative file name, file extension is optional. -This commands delegates to 'gem which', which searches both +This commands delegates to `gem which', which searches both installed gems and the standard library. When called -interactively, defaults to the feature name in the 'require' +interactively, defaults to the feature name in the `require' statement around point." (interactive) (unless feature-name |