branch: externals/a68-mode commit efc317c9e94ff9bfa401bd02c1c0010724bc30d5 Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
README: remove markdown marks and fix typo --- README | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 6cf3b12557..27cd8b78ec 100644 --- a/README +++ b/README @@ -10,25 +10,25 @@ POINT style. Manual installation ------------------- -Just put `a68-mode.el` somewhere in your `load-path` and require it. -Or visit the file with Emacs and `M-x package-install-file RET`. +Just put a68-mode.el somewhere in your load-path and require it. +Or visit the file with Emacs and M-x package-install-file RET. Customization ------------- The following variables are available for customization: - * `a68-indent-level` (default 3): indentation offset - * `a68-comment-style` (default `"#"`): the default comment style used - by e.g. `comment-dwim`. + * a68-indent-level (default 3): indentation offset + * a68-comment-style (default "#"): the default comment style used + by e.g. comment-dwim. -see `M-x customize-group a68 RET` for more info. +see M-x customize-group a68 RET for more info. Known issues ------------ -It doesn't handle well shebangs: `#!` is taken as the start of the -comment up to the next `#`. +It doesn't handle well shebangs: #! is taken as the start of the +comment up to the next #. Little history of this code --------------------------- @@ -38,7 +38,7 @@ Jose E. Marchesi wrote the first version of a68-mode.el. At some point someone got a copy of a68-mode.el, renamed it to algol-mode.el and distributed it in github. -Then Omar Polo foked algol-mode.el, renaming it back to a68-mode.el +Then Omar Polo forked algol-mode.el, renaming it back to a68-mode.el and distributing the result at https://git.omarpolo.com/a68-mode.git. Finally at some point Jose decided to ditch his original version and