diff options
| author | Paul Eggert | 2019-11-11 10:30:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 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 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.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." | |||
| 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. |
| 1809 | FEATURE-NAME is a relative file name, file extension is optional. | 1809 | FEATURE-NAME is a relative file name, file extension is optional. |
| 1810 | This commands delegates to 'gem which', which searches both | 1810 | This commands delegates to `gem which', which searches both |
| 1811 | installed gems and the standard library. When called | 1811 | installed gems and the standard library. When called |
| 1812 | interactively, defaults to the feature name in the 'require' | 1812 | interactively, defaults to the feature name in the `require' |
| 1813 | statement around point." | 1813 | statement around point." |
| 1814 | (interactive) | 1814 | (interactive) |
| 1815 | (unless feature-name | 1815 | (unless feature-name |