[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 9d35bb8: Fix minor quoting problems in doc strings
From: |
Glenn Morris |
Subject: |
Re: master 9d35bb8: Fix minor quoting problems in doc strings |
Date: |
Wed, 20 May 2015 11:36:24 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Paul Eggert wrote:
> --- a/lisp/progmodes/f90.el
> +++ b/lisp/progmodes/f90.el
> @@ -1113,7 +1113,7 @@ For fixed format code, use `fortran-mode'.
> indented line.
> \\[f90-indent-subprogram] indents the current subprogram.
>
> -Type `? or `\\[help-command] to display a list of built-in\
> +Type `?' or `\\[help-command]' to display a list of built-in\
[...]
> - "Typing `\\[help-command] or `? lists all the F90 abbrevs.
> + "Typing `\\[help-command]' or `?' lists all the F90 abbrevs.
Use of an unpaired ` was intentional, since that is what starts abbrevs
in F90 mode. `foo' isn't right here.
- Re: master 9d35bb8: Fix minor quoting problems in doc strings,
Glenn Morris <=