mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-13 19:33:23 +03:00
Rename src/editor/{wordproc.c => format.c}.
This commit is contained in:
parent
ccb7ab341e
commit
2794826ec7
@ -19,8 +19,8 @@ libedit_la_SOURCES = \
|
||||
editoptions.c \
|
||||
editwidget.c editwidget.h \
|
||||
etags.c etags.h \
|
||||
syntax.c \
|
||||
wordproc.c
|
||||
format.c \
|
||||
syntax.c
|
||||
|
||||
if USE_ASPELL
|
||||
if HAVE_GMODULE
|
||||
|
@ -1,15 +1,14 @@
|
||||
/*
|
||||
Word-processor mode for the editor: does dynamic
|
||||
paragraph formatting.
|
||||
Dynamic paragraph formatting.
|
||||
|
||||
Copyright (C) 2011, 2013
|
||||
Copyright (C) 2011, 2013, 2014
|
||||
The Free Software Foundation, Inc.
|
||||
|
||||
Copyright (C) 1996 Paul Sheer
|
||||
|
||||
Writen by:
|
||||
Paul Sheer, 1996
|
||||
Andrew Borodin <aborodin@vmail.ru>, 2013
|
||||
Andrew Borodin <aborodin@vmail.ru>, 2013, 2014
|
||||
|
||||
This file is part of the Midnight Commander.
|
||||
|
||||
@ -28,11 +27,11 @@
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \brief Source: word-processor mode for the editor: does dynamic paragraph formatting
|
||||
* \brief Source: Dynamic paragraph formatting
|
||||
* \author Paul Sheer
|
||||
* \date 1996
|
||||
* \author Andrew Borodin
|
||||
* \date 2013
|
||||
* \date 2013, 2014
|
||||
*/
|
||||
|
||||
#include <config.h>
|
Loading…
x
Reference in New Issue
Block a user