FUEL: Documentation fixes

db4
Erik Charlebois 2013-05-07 22:28:42 -04:00
parent 66b2b3c044
commit 9b0989a901
2 changed files with 95 additions and 95 deletions

View File

@ -16,10 +16,10 @@ FUEL can be installed from [MELPA](http://melpa.milkbox.net/).
Alternatively, FUEL comes bundled with Factor's distribution. Alternatively, FUEL comes bundled with Factor's distribution.
The folder misc/fuel can be added to your load path: The folder misc/fuel can be added to your load path:
(load-file "<path/to/factor/installation>/misc/fuel/fu.el") (add-to-list 'load-path "<path/to/factor/installation>/misc/fuel")
The factor-mode major mode provides basic fontification and indentation The factor-mode major mode provides basic fontification and indentation
without connecting to an running Factor image: without connecting to a running Factor image:
(require 'factor-mode) (require 'factor-mode)

View File

@ -1,4 +1,4 @@
;;; fuel-mode.el -- Minor mode enabling FUEL niceties ;;; fuel-mode.el --- Major mode for editing Factor programs.
;; Copyright (C) 2008, 2009, 2010 Jose Antonio Ortega Ruiz ;; Copyright (C) 2008, 2009, 2010 Jose Antonio Ortega Ruiz
;; See http://factorcode.org/license.txt for BSD license. ;; See http://factorcode.org/license.txt for BSD license.
@ -7,10 +7,10 @@
;; Keywords: languages, fuel, factor ;; Keywords: languages, fuel, factor
;; Start date: Sat Dec 06, 2008 00:52 ;; Start date: Sat Dec 06, 2008 00:52
;;; Comentary: ;;; Commentary:
;; Enhancements to vanilla factor-mode (notably, listener interaction) ;; A major mode (factor-mode) for editing Factor programs and a minor mode
;; enabled by means of a minor mode. ;; (fuel-mode) for interacting with a running Factor image.
;;; Code: ;;; Code: